home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / menus_o.dxr / 00106_Startup Screen (Error) Loop.ls < prev    next >
Encoding:
Text File  |  1996-09-08  |  234 b   |  12 lines

  1. on exitFrame
  2.   global BoxUp
  3.   BSetup(22, 22)
  4.   CheckHilite(22, 22)
  5.   when keyDown then KeyCheckE
  6.   set the mouseDownScript to "BoxUpE"
  7.   set the mouseUpScript to "BoxUpE"
  8.   set the checkBoxAccess to 1
  9.   cursor(-1)
  10.   go(the frame)
  11. end
  12.